projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1b5a1
)
xfns.c (set_machine_and_pid_properties): Fix parantesis
author
Jan D
<jan.h.d@swipnet.se>
Mon, 5 Apr 2010 07:35:53 +0000
(09:35 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Mon, 5 Apr 2010 07:35:53 +0000
(09:35 +0200)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index a2065ac19a5a8a365e9cae0f3fbd3aec3bd76a33..4ec13b7e50dc195d0dad4d1688e32fd4fc64f64a 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3156,7
+3156,7
@@
set_machine_and_pid_properties (struct frame *f)
XTextProperty text;
int bytes, stringp;
int do_free_text_value = 0;
- long pid = (long)
getpid
();
+ long pid = (long)
getpid
();
text.value = x_encode_text (Vsystem_name,
Qcompound_text, 0, &bytes, &stringp,